;; that we will not need to keep permanently.
(garbage-collect)
\f
+;; Make Latin-1, Latin-2 and Latin-3 characters self-insert.
+(set-char-table-range (nth 1 global-map) [129] 'self-insert-command)
+(set-char-table-range (nth 1 global-map) [130] 'self-insert-command)
+(set-char-table-range (nth 1 global-map) [131] 'self-insert-command)
+
(define-key ctl-x-map "n" (make-sparse-keymap))
(define-key ctl-x-map "r" (make-sparse-keymap))